body {
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #474747;
    font-size: 18px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a:hover {
    color: #5C0D38;
    text-decoration: none;
    transition: all 0.5s ease;
}

.detail-wrap p {
    line-height: 26px;
}

p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: justify;
}

/*====menu sec=====*/
.header {

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    left: 0;

    z-index: 999;
}

.header .hidden {
    display: none;
}

/*.menu-wrap {
background: #670e3e;
box-shadow: 0px 1px 1px #333;
}*/
.menu-wrap .navbar-default {
    border: none;
    border-radius: 0;
    background: none;
    margin-bottom: 0;
    min-height: 0;
}

.menu-wrap .navbar-brand {
    height: 44px;
}

.menu-wrap .navbar-brand img {
    margin-top: -45px;
}

.menu-wrap .nav > li > a {
    font-size: 16px;
    padding: 25px 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.menu-wrap .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #fff;
}

.menu-wrap .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: #5c0d38;
    color: #fff;
}

.menu-wrap .list-unstyled p {
    color: #5C0D38;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600;
}

.menu-wrap .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.menu-wrap .dropdown-menu {
    border: none;
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999;

}

.affix a {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-wrap {
    background: #ec007e;
    padding: 7px 0px;
}

.header-wrap .top-menu {
    float: right;
}

.header-wrap .top-menu li {
    float: left;
    padding-right: 25px;
}

.header-wrap .top-menu li:last-child {
    padding-right: 0px;
}

.header-wrap .top-menu li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.header-wrap .social-media li {
    float: left;
    padding-right: 25px;
}

.header-wrap .social-media li a {
    color: #fff;
    font-size: 14px;
}

.header-wrap .social-media {
    float: right;
}

/*=====banner sec end=======*/
.banner {
    position: relative;
}

.banner:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 153px;
    position: absolute;
    top: -62px;
    left: 220px;
    background: url(../images/clip.png) center -20px;
    background-repeat: no-repeat;
}

.banner:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 153px;
    position: absolute;
    top: -62px;
    right: 220px;
    background: url(../images/clip.png) center -20px;
    background-repeat: no-repeat;
}

.banner-wrap {
    background: #002a72 url(../images/banner_mastitv.jpg) no-repeat;
    min-height: 680px;
    width: 100%;
}

.banner figure {
    border: 15px solid #fff;
}

.on-air {
    text-align: center;
    margin: 52px 0px 24px 0px;
}

.on-air h3 {
    background: #ec007e;
    display: inline-block;
    padding: 5px 10px;
    transition: all 0.5s ease;
    color: white;
}

.on-air h3:hover {
    background: #ce0470;
}

.on-air h3 a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

/*====interview sec=====*/
.content-wrap {
    background: #f0f2f1;
    padding-bottom: 70px;
}

.module .module-title {
    background: url(../images/heading-img1.png) no-repeat top 35px left 0;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.module {
    margin-top: 55px;
}

.margin {
    margin-top: 150px;
}

.module .module-title h2 a {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.news-wrap {
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
}

.news-wrap .news-content {
    padding: 15px;
}

.news-wrap .news-content h3 a {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

.news-wrap .news-content h3 {
    padding-bottom: 15px;
}

.news-content .date-wrap .date {
    float: left;
    padding-right: 35px;
}

.news-content .date-wrap li {
    font-size: 12px;
    color: #727272;
}

.img-wrap {
    position: relative;

}

.img-wrap .player {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.img-wrap .player a i {
    font-size: 54px;
    color: #f1f0f0;
}

/*=====news-lists======*/
ul.socio-lists li {
    background: #fff;
}

ul.socio-lists li img {
    float: left;
    padding-right: 15px;
}

ul.socio-lists {
    position: relative;
}

ul.socio-lists li .player {
    bottom: 50%;
    right: 80%;
    position: absolute;
}

ul.socio-lists li .player a i {
    font-size: 28px;
    color: #f1f0f0;
}

ul.socio-lists .list-content {
    padding: 15px 0px;
}

ul.socio-lists .list-content h3 a {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

ul.socio-lists .list-content h3 {
    padding-bottom: 15px;
}

.date-wrap-sm span {
    font-size: 12px;
    color: #727272;
}

.date-wrap-sm .date-sm {
    padding-right: 40px;
}

.margin-top {
    margin-top: 30px;
}

/*=====footer sec=====*/
.footer-wrapper {
    background: #000;
    padding: 0px 0px 30px 0px;
}

.address li a {
    font-size: 16px;
}

.footer-wrapper .address-detail {
    margin-top: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer-wrapper ul.contact {
    margin-top: 25px;
}

.footer-wrapper ul.contact li {
    color: #fff;
}

.footer-wrapper ul.contact li a {
    color: #fff;
    line-height: 40px;
}

.foot-menu-wrap h3 a {
    font-size: 18px;
    color: #fff;
    font-weight: bold
}

.foot-menu-wrap h3 {
    padding: 50px 0px;
}

ul.foot-menu li {
    padding-bottom: 15px;
}

ul.foot-menu li a {
    color: #fff;
    font-size: 16px;
}

.foot-bottom {

    padding-top: 30px;
}

.foot-bottom p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.foot-bottom .dc {
    float: right;
    font-size: 14px;
}

.foot-bottom .dc a {
    color: #fff;
    font-size: 14px;
}

ul.foot-menu li:before {
    content: '-';
    font-family: 'FontAwesome';
    padding: 0px 10px;
    color: #fff;
}

/*====scroll to top=====*/
.cd-top {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 10px;
    top: 92%;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    color: #fff;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #333;
    opacity: 1;
    color: #fff;
}

/*====== news-page pagination======*/


ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagi_wrapper ul.pagination li a:hover:not(.active) {
    background: #5c0d38;
    color: #fff;
    border-color: #5c0d38;
}

.pagi_wrapper .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagi_wrapper .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.5s ease;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagi_wrapper .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #670e3e;
    color: #fff;
    border-color: #670e3e;
}

/*===about====*/
.about-wrap {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #ddd;
}

.about-wrap img {
    float: left;
    padding-right: 30px;
}

.about-wrap p {
    text-align: justify;
    line-height: 24px;
}

/*==============contact page=============*/
.contact-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #ddd;
}

.contact-form h3 {
    margin-bottom: 15px;
}

.contact-info {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #ddd;
}

.contact-info h3 a {
    font-size: 20px;
    font-weight: 600;
}

.contact-info h3 {
    padding-bottom: 15px;
}

.contact-info p span {
    padding-bottom: 15px;
}

.contact-info span {
    padding-right: 15px;
}

.contact-form .btn-default {
    border-radius: 0;
    background: #670e3e;
    color: #fff;
    border: none;
    transition: all 0.5s ease;
}

.contact-form .btn-default:hover {
    background: #5c0d38;
    color: #fff;
}

.contact-form .form-control {
    border-radius: 0;
}

.contact-form .form-group label {
    padding-bottom: 15px;
    font-weight: 600;
}

/*===detail page====*/
.detail-wrap {
    background: #fff;
    padding: 30px;
}

.detail-wrap h3 a {
    font-size: 20px;
    font-weight: 600;
}

.detail-wrap h3 {
    padding-bottom: 30px;
}

.fb_comment h5 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
    text-transform: uppercase;
}

.related {
    padding-bottom: 30px;
}

.related a {
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
